home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / SHOPAD11.ARJ / README.BAT < prev    next >
DOS Batch File  |  1991-01-19  |  4KB  |  64 lines

  1. echo off
  2. cls
  3. echo Shopper will run on a one drive, two drive or hard drive system
  4. echo For maximum performance we recommend running the program on a hard drive.
  5. echo *
  6. echo For installation instructions:
  7. pause
  8. echo off
  9. cls
  10. echo ************ HARD DRIVE INSTALLATION ***************************************
  11. echo *     (Floppy users press any key to move to the next screen)              *
  12. echo *                                                                          *
  13. echo *   Create a subdirectory on your hard drive called SHOPPER                *
  14. echo *    Copy all of the files from the extracted program files to C:\SHOPPER  *
  15. echo *   (Note: If you ever need to reinstall the program do not copy           *
  16. echo *          the sample files .dat .k?? .mem  - if you do you will           *
  17. echo *          write over your data files.)                                    *
  18. echo *  After installation is finished type:                                    *
  19. echo *            C:                                                            *
  20. echo *            CD\SHOPPER                                                    *
  21. echo *            SHOPPER                                                       *
  22. echo *  to start program.                                                       *
  23. echo *                                                                          *
  24. echo *  The remainder of these instructions are for floppy users                *
  25. echo *  Hard drive users press CTRL-C to QUIT reading these instructions        *
  26. echo ****************************************************************************
  27. pause
  28. cls
  29. echo ************ TWO FLOPPY DRIVE INSTALLATION *********************************
  30. echo *     (Single Floppy users press any key to move to the next screen)       *
  31. echo *                                                                          *
  32. echo *  SHOPPER  may be transferred to two floppy disks                         *
  33. echo *   for users who want to run the program on a two floppy system.          *
  34. echo *  Place a blank formatted disk in drive A.                                *
  35. echo *  First make the program disk. While in the directory that this program   *
  36. echo *   has been extracted to type:                                            *
  37. echo *     COPY PATHB A:PATH    and press enter                                 *
  38. echo *     COPY SHOPPER.EXE A:  and press enter                                 *
  39. echo *  Now make the Data disk.                                                 *
  40. echo *   place a new blank formatted disk in drive A and type:                  *
  41. echo *     COPY *.HLP A:        and press enter                                 *
  42. echo *     COPY *.DAT A:        and press enter                                 *
  43. echo *     COPY *.K?? A:        and press enter                                 *
  44. echo *     COPY *.MEM A:        and press enter                                 *
  45. echo *  To run SHOPPER place the program disk in drive A                        *
  46. echo *  and the data disk in drive B and at the A: prompt type SHOPPER          *
  47. echo ****************************************************************************
  48. pause
  49. cls
  50. echo ************ ONE FLOPPY DRIVE INSTALLATION *********************************
  51. echo *  To transfer SHOPPER for use on a single floppy                          *
  52. echo *  system follow the above procedure with the following exception.         *
  53. echo *  type:                                                                   *
  54. echo *  COPY PATHA A:PATH  instead of PATHB                                     *
  55. echo *  To run SHOPPER on a single floppy system place                          *
  56. echo *  the Program disk in the A drive and at the A: prompt type SHOPPER       *
  57. echo *  You will be reminded to put in the data disk after the program has      *
  58. echo *  loaded.                                                                 *
  59. echo ****************************************************************************
  60.  
  61.  
  62.  
  63.  
  64.